web: fix key request route

By default, aiohttp route identifier matches [^{}/]+, which doesn't
work for project named with a slash. This change fixes the route so
that it matches anything until the '.pub' extension.

Change-Id: Ia7d7c257fafd3959e8f13b4d26b7999a156fb5ee
1 file changed