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

Responce could also be a pathname #37

Merged
merged 1 commit into from Nov 9, 2018
Merged

Conversation

knobo
Copy link
Contributor

@knobo knobo commented Nov 9, 2018

When

(setf (ningle:route *web* "/")
      (lambda (params)
	(declare (ignore params))
	  (merge-pathnames "index.html" *root*))))

the responce ends up as (200 () (#p"pathname")) When it should have been
(200 () #p"pathname")

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 72.624% when pulling efb03ab on knobo:master into 6fdfec6 on fukamachi:master.

@fukamachi fukamachi merged commit abff8ef into fukamachi:master Nov 9, 2018
@fukamachi
Copy link
Owner

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

3 participants