Skip to content

creating routes directory and User file that is responsible for user #2

creating routes directory and User file that is responsible for user

creating routes directory and User file that is responsible for user #2

Workflow file for this run

name: Message Welcome to Game API
on:
push:
branches:
- main
jobs:
message-welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: print message
run: echo "Game API"
shell: bash