Skip to content

Commit

Permalink
Merge branch 'sepp/schueler'
Browse files Browse the repository at this point in the history
  • Loading branch information
criztovyl committed Jun 21, 2017
2 parents fbbf09f + 4bc0c7e commit bdd1060
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package de.atiw.sportfest.backend.resource;

import javax.ws.rs.GET;
import javax.ws.rs.PUT;
import javax.ws.rs.Path;

@Path("/schueler")
public class SchuelerResource{
@PUT
public String putSchueler(){
return "putSchueler";
}
}

0 comments on commit bdd1060

Please sign in to comment.