Skip to content
Snippets Groups Projects
Commit 2d338080 authored by L4721's avatar L4721
Browse files

Update mapmarkers.controller.ts

parent 92e5febd
No related branches found
No related tags found
3 merge requests!59Development to master,!9Development,!7Geo json2
......@@ -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())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment