Skip to content

Commit f7049ef

Browse files
committed
switched from local host to real production url
1 parent 3ad1e10 commit f7049ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/auth/login/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<body class="text-center">
1111
<main class="form-signin">
1212
<!-- For testing within my local machine -->
13-
<form action="http://localhost:8080/user/login" method="POST">
13+
<!-- <form action="http://localhost:8080/user/login" method="POST"> -->
1414

1515
<!-- you should probably use this version in production though -->
1616
<!-- <form action="/user/login" method="POST"> -->
17-
<!-- <form action="https://fairfield-programming.herokuapp.com/user/login" method="POST"> -->
17+
<form action="https://fairfield-programming.herokuapp.com/user/login" method="POST">
1818

1919
<a href="/">
2020
<img class="mb-4" alt="" width="240" src="/resources/logo.svg" />

src/auth/signup/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<body class="text-center">
1111
<main class="form-signin">
1212
<!-- For testing within my local machine-->
13-
<form action="http://localhost:8080/user/signup" method="POST">
13+
<!-- <form action="http://localhost:8080/user/signup" method="POST"> -->
1414

1515
<!-- you should probably use this version in production though -->
1616
<!-- <form action="/user/signup" method="POST"> -->
17-
<!-- <form action="https://fairfield-programming.herokuapp.com/user/signup" method="POST"> -->
17+
<form action="https://fairfield-programming.herokuapp.com/user/signup" method="POST">
1818
<a href="/">
1919
<img class="mb-4" alt="" width="240" src="/resources/logo.svg" />
2020
</a>

0 commit comments

Comments
 (0)