From 2d3380800f7755fd971ac4af80dbd71a11d0d24a Mon Sep 17 00:00:00 2001 From: L4721 <l4721@student.jamk.fi> Date: Mon, 10 Jun 2019 08:01:27 +0300 Subject: [PATCH] Update mapmarkers.controller.ts --- src/mapmarkers/mapmarkers.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mapmarkers/mapmarkers.controller.ts b/src/mapmarkers/mapmarkers.controller.ts index e3bd1ab..09fa676 100644 --- a/src/mapmarkers/mapmarkers.controller.ts +++ b/src/mapmarkers/mapmarkers.controller.ts @@ -8,7 +8,7 @@ import { User } from '../user/user.decorator'; @Controller('mapmarkers') export class MapMarkersController { constructor(private mapmarkerservice: MapMarkerService){} - //asd + // Insert figure location, needs "authorization" header with valid Bearer token and content-type json @Put('insertLocation') @UseGuards(new AuthGuard()) -- GitLab