Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/api/v1/kanban/filters returns 404 #22

Open
kosta opened this issue Sep 4, 2018 · 0 comments
Open

/api/v1/kanban/filters returns 404 #22

kosta opened this issue Sep 4, 2018 · 0 comments

Comments

@kosta
Copy link

kosta commented Sep 4, 2018

Hi!

I'm trying to run this against gitea 1.5.0. Is this supposed to work?

  • docs/running.md says to set in src/http-common.js to baseURL: 'http://localhost:3000/api/v1/',, but that leads to errors such as 'GITEA_API' is defined but never used
  • So I set in src/config.js const GITEA_API = 'http://giteahostname/';, so npm start works
  • Opening localhost:8080 shows the kanban page, but no issues are shown. Network console shows http://giteahostname/api/v1/kanban/filters?token=5ded18e4deb727f4cc5913ab837db5a1e5826192 returns a 404. Ist this supposed to be part of the gitea api? I can't find it in the swagger docs

Am I doing something wrong? Is setting GITEA_API in src/config.js the right approach? If so, I can send a PR to fix this.

Thanks in advance for your comments!

Cheers,
Kosta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant