diff --git a/src/mapmarkers/mapmarkers.controller.ts b/src/mapmarkers/mapmarkers.controller.ts index e3bd1ab20989122588b1968b91a4b524d40ca8a0..09fa6761f12972a2bfb6ca9ec147ed7e8ab2c5be 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())