Skip to content

Commit

Permalink
Merge pull request #4 from DoodleyJC/dev
Browse files Browse the repository at this point in the history
random change to reset workflow
  • Loading branch information
DaiseyD authored Mar 31, 2024
2 parents 29b3770 + c3cbc31 commit ccfb9c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bluenps/src/app/backend.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export class BackendService {
getAllData( ){
console.log("test");
return this.http.get<signup[]>(this.actualurl);


}

postSignup(newPlayer:signup){
Expand Down

0 comments on commit ccfb9c9

Please sign in to comment.