Skip to content
Snippets Groups Projects

Geo json2

Merged Ghost User requested to merge GeoJSON2 into Development
@@ -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())
Loading