Skip to content

Commit

Permalink
test: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowtham1729 committed Nov 6, 2023
1 parent 722c289 commit 51cff85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/backend/django_server/news/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from . import views

urlpatterns = [
path("", views.index, name="index"),
path("", views.index, name="main_index"),
]
2 changes: 1 addition & 1 deletion applications/frontend/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<h3>This nuxt js website is hosted on Google Cloud Platform</h3>

<div>
<input v-model="userInput" placeholder="Enter something..."/>
<input v-model="userInput" placeholder="Please enter something..."/>

<button @click="addInputToList">OK</button>
</div>
Expand Down

0 comments on commit 51cff85

Please sign in to comment.