tecladocode / rest-apis-flask-python

Projects and e-book for our course, REST APIs with Flask and Python

Home Page:https://rest-apis-flask.teclado.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/auth error

pinggit opened this issue · comments

in chapter 4 authentication and logging part2:
I got error when sending GET /auth

<!doctype html>
<html lang=en>
<title>405 Method Not Allowed</title>
<h1>Method Not Allowed</h1>
<p>The method is not allowed for the requested URL.</p>

resolved. I should use POST...